'Declaration Protected Overloads MustOverride Function CreateInnerConnection( _ ByVal connectionString As String _ ) As TInnerConnection
protected abstract TInnerConnection CreateInnerConnection( string connectionString )
Parameters
- connectionString
- The connection string to be used for creating the inner connection.
Return Value
The inner connection created expressed as TInnerConnection.